home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / grapties / gifdesk / grfcat22.exe / GRAFCAT.DOC < prev    next >
Text File  |  1991-03-29  |  12KB  |  302 lines

  1. ~1FGRAFCAT 2.2
  2.  
  3. Graphics cataloging program deluxe: 
  4.     Requires a laser printer... LaserJet Plus compatible or
  5.     a Postcript printer... and some graphics to catalog. Works 
  6.     with any mixture of MacPaint, GEM/IMG, PC Paintbrush PCX,
  7.     TIFF, Microsoft Paint MSP, Deluxe Paint IFF/LBM, EPS 
  8.     files with previews and GIF files.
  9. __________________________________________________________________
  10.  
  11. If you like this program, please do one of the following:
  12.  
  13.     Go down to your local bookstore and buy a copy of "Coven: 
  14.         A Novel", by Steven William Rimmer, published by 
  15.         Ballantine Books. Read the book and tell your friends 
  16.         about it if you like it. Send us some comments about the 
  17.         book or a photocopy of the cover and we'll consider you a 
  18.         registered user of this program.
  19.  
  20.         If your local bookstore doesn't have Coven, ask them to 
  21.         order it for you.
  22.  
  23.         Alternately, send us $35.00, the normal user fee for this 
  24.         software. (The book is $3.95 or $5.50 in Canada: 
  25.         considerably cheaper than cash.) 
  26.  
  27.         Registered users of this software are entitled to phone 
  28.         support, notification of upgrades and good karma. Please 
  29.         tell us the version number of your copy of Grafcat when 
  30.         you register... we'll send you the most recent one 
  31.         immediately if it's newer than yours. Our address can be 
  32.         found at the end of this file.
  33.  
  34. NOTE: If you're searching for Coven and having trouble finding 
  35. it, you can mail order it from the following book store: 
  36. Christies of Cookstown, P.O. Box 392, Cookstown, Ontario L0L 1L0, 
  37. Canada, (705) 458-1562. The cost is $6.50, which includes 
  38. the postage. The author would like to thank everyone who's thus 
  39. far chased it down (or tried).
  40. __________________________________________________________________
  41.  
  42. New features as of version 2.2
  43. ______________________________
  44.  
  45. -    Added image scaling and BMP support
  46.  
  47. -    Largely rewrote the beast using the file handling code 
  48.     from Graphic Workshop. It now works with virtually all 
  49.     the popular PC based image files, handles all 256 colour 
  50.     files correctly and so on.
  51.  
  52.  
  53. What it Does and Why
  54. ____________________
  55.  
  56. We have seven hundred and sixteen image files in a subdirectory 
  57. called \GEMART. They occupy almost twenty megabytes. We use 'em a 
  58. lot... they're all public domain graphics and we can pop them 
  59. into desktop publishing documents when we want to dress up a page 
  60. quickly or just throw in a nude for effect.
  61.  
  62. You know, it's damn hard to remember what three hundred and 
  63. seventy five picture files contain. In addition, I think that 
  64. late at night after we've gone away the little mothers breed in 
  65. there.
  66.  
  67. In order to help figure out what all those file names are, we 
  68. wrote GRAFCAT. It creates a visual catalog of picture files which 
  69. makes it easy to check out a whole collection of pictures and 
  70. find the one you want. The pictures can be any mixture of image 
  71. files you like.
  72.  
  73. The program prints sixteen files to a page. Said pages come out 
  74. of a laser printer... you'll need one of these or GRAFCAT won't 
  75. be much use. The pictures are printed at three hundred dots to 
  76. the inch, so they come out readable but pretty small... which is 
  77. how so many make it onto a page.
  78.  
  79. The printer must be connected to LPT1 on your computer. You'll 
  80. need at least a megabyte of memory in the printer.
  81.  
  82. GRAFCAT will print pictures up to 576 by 720 pixels in their 
  83. entirety. This is the size of a MacPaint file. Confronted with 
  84. files bigger than this, it will print the middle part of the 
  85. image.
  86.  
  87. GRAFCAT can print a mixture of image types at once. Thus, if you 
  88. just tell it to print *.*, it will sort out the file types it 
  89. knows how to handle and print them, ignoring anything else. 
  90. It assumes that the file extensions reflect the file types 
  91. properly. The default extensions are as follows.
  92.  
  93.     - MAC: MacPaint files
  94.     - IMG: GEM/IMG files
  95.     - PCX: PC Paintbrush files
  96.     - GIF: GIF files
  97.     - TIF: TIFF files
  98.     - EPS: EPS files
  99.     - WPG: WordPerfect graphic files
  100.     - MSP: Microsoft Windows Paint files.
  101.     - LBM: IFF files (Deluxe Paint and others)
  102.     - BMP: Windows 3 wallpaper files
  103.  
  104. You can change any of them if you like.
  105.  
  106.  
  107. How to use GRAFCAT
  108. __________________
  109.  
  110. Well, it's pretty heavy stuff. Type GRAFCAT followed by any wild 
  111. card file specification that points to some image files of the 
  112. types discussed. Examples are:
  113.  
  114.     GRAFCAT D:\*.PCX
  115.     GRAFCAT \GEMART\*.IMG
  116.     GRAFCAT *.MAC
  117.     GRAFCAT *.*
  118.     GRAFCAT A*.GIF
  119.     GRAFCAT @LISTFILE
  120.  
  121. Make sure there's lots of paper in your printer and that you have 
  122. some time to kill. GRAFCAT takes a while, especially on slower 
  123. laser printers.
  124.  
  125. If you want to print selected pages of a large collection of 
  126. images, you can use GRAFCAT's command line options, to wit,
  127.  
  128. /Sn for the page to start printing with
  129. /En for the page to stop printing after
  130.  
  131. To print pages 10, 11 and 12 of a catalog of images, you would do 
  132. this:
  133.  
  134.     GRAFCAT *.IMG /S10 /E12
  135.  
  136. If you want to work out which images these would be, you can do 
  137. so as follows. First off, use a sorted directory utility to look 
  138. at the image file names. GRAFCAT prints them in alphabetical 
  139. order. Page 10 would start 160 files from the beginning of the 
  140. directory, as there are sixteen images to a page.
  141.  
  142. If you create a text file with the names of all the files you 
  143. want cataloged, to you can make GRAFCAT print those files by 
  144. passing the name of the text file as the file parameter with an 
  145. "@" in front of it, for example:
  146.  
  147.     GRAFCAT @LISTFILE
  148.  
  149. Where LISTFILE is the name of a plain text file with one file 
  150. name per line. LISTFILE must be in the subdirectory where the 
  151. files you want to print reside.
  152.  
  153. Files which are too large for GrafCat to print in their entirety 
  154. are usually cropped so you see the centre of the image. You can 
  155. optionally have GrafCat scale files which are too big so the 
  156. whole image will fit in its frame. This means that you'll lose 
  157. some detail, but you'll see the whole pictures.
  158.  
  159. Scaling also takes longer than loading and cropping.
  160.  
  161. To enable the scaling option, add /F... fit to frame... to your 
  162. GrafCat command line. For example
  163.  
  164.     GRAFCAT *.IMG /F
  165.  
  166. Black and white images which have been dithered from colour 
  167. images do not scale well... very often you will not be able to 
  168. make any sense of an image which is first dithered and the 
  169. scaled. In these cases, it's probably better to have the pictures 
  170. cropped and not see the whole thing. 
  171.  
  172. If you use Graphic Workshop to dither files, the names of the 
  173. dithered files will always start with "D_" if you add /D to your 
  174. GrafCat command line when /F is also optional, GrafCat will scale 
  175. all oversize files except for those which are monochrome and have 
  176. file names starting with "D_". In effect, this combination of 
  177. switches will scale everything which is too big to print except 
  178. large dithered monochrome files. 
  179.  
  180. It's all so simple a politician could use it... probably.
  181.  
  182.  
  183. Printer Selection
  184.  
  185. GRAFCAT defaults to printing to a PostScript printer, but you can 
  186. use it with a LaserJet printer if that's what you have. If you 
  187. have a printer which can do both emulations, be advised that 
  188. LaserJet printing is a great deal faster than PostScript printing 
  189. is... at least so far as GrafCat is concerned.
  190.  
  191. You can set the default printer GrafCat will print to with the 
  192. installer, as discussed below. You can override the default 
  193. printer by using the command line switches:
  194.  
  195.     /P - PostScript printer
  196.     /H - Hewlett Packard LaserJet Plus compatible printer
  197.  
  198. Note that if you print PostScript data to a LaserJet you'll get 
  199. many pages of fairly meaningless PostScript code and if you print 
  200. LaserJet data to a PostScript printer you'll probably hang it, 
  201. necessitating a reboot.
  202.  
  203.  
  204. Installing GrafCat
  205. __________________
  206.  
  207. The GCTINSTL program allows you to configure GrafCat if you don't 
  208. like the defaults as they stand. To use it, GrafCat must be named 
  209. GRAFCAT.EXE and reside in the same subdirectory as GCTINSTL. Run 
  210. GCTINSTL and a screen should appear with the configurable 
  211. options.
  212.  
  213. The things you might want to change are the default printer and 
  214. perhaps the file name extensions. Hit Esc to abort the changes or 
  215. F10 to save them. You can run GCTINSTL as often as you like.
  216.  
  217.  
  218. Roll Your Own
  219. _____________
  220.  
  221. This is another book plug. If you're interested in writing 
  222. programs which use graphics, you'll find everything you need to 
  223. know in "The Book of Bitmapped Graphics", also by Steven William 
  224. Rimmer. It's published by TAB books, (TAB book 3558) and should 
  225. be available in August 1990. It features code to pack and unpack 
  226. MacPaint, IMG, PCX, GIF and TIFF files, as well as chapters on 
  227. screen drivers, dithering and printing. It also includes the 
  228. source code for a simplified version of this program.
  229.  
  230.     
  231. Moral dogma
  232. ___________
  233.  
  234. If you like this program and find it useful, you are requested to 
  235. support it either by buying the book mentioned at the top of this 
  236. file or by sending us $35.00. We'd rather you bought the book. 
  237. This will entitle you to telephone support, notification of 
  238. updates and other good things like that. More to the point, 
  239. though, it'll make you feel good. We've not infested the program 
  240. with excessive beg notices, crippled it or had it verbally insult 
  241. you after ten days. We trust you to support GrafCat if you like 
  242. it.
  243.  
  244. Oh yes, and if you fail to support this program and continue to 
  245. use it, a leather winged demon of the night will tear itself, 
  246. shrieking blood and fury, from the endless caverns of the nether 
  247. world, hurl itself into the darkness with a thirst for blood on 
  248. its slavering fangs and search the very threads of time for the 
  249. throbbing of your heartbeat. Just thought you'd want to know 
  250. that.
  251.  
  252. We are
  253.                       Alchemy Mindworks Inc.
  254.                           P.O. Box 500
  255.                          Beeton, Ontario
  256.                              L0G 1A0
  257.                              Canada
  258.  
  259. Other programs we've done that you might like include:
  260.  
  261. GRAPHIC
  262.  WORKSHOP - This is the last word in image programs. It converts, 
  263.             prints, views, dithers, transforms, scales and 
  264.             halftones MacPaint, GEM/Ventura IMG, PCX, GIF, TIFF, 
  265.             WPG, MSP, IFF/LBM, BMP and EPS files. It drives CGA, 
  266.             Hercules, EGA, VGA, Paradise, Video 7, Trident and 
  267.             ATI VGA Wonder cards. It features batch processing, 
  268.             extended and expanded memory support, an intuitive 
  269.             user interface and easy to follow menus. It allows 
  270.             you to convert colour image files into superb black 
  271.             and white clip art for desktop publishing, among 
  272.             other things. 
  273.  
  274. VFM      -  Ventura soft font manager deluxe with a side of fries. 
  275.             Adds new fonts and creates width tables with menu 
  276.             driven simplicity.
  277.  
  278. CROPGIF   - allows you to crop smaller fragments out of your GIF 
  279.             files. Use graphic Workshop, above, to convert other 
  280.             formats into GIF files for cropping. This program 
  281.             uses a simple mouse interface to make cropping image 
  282.             fragments no more complicated than using a paint 
  283.             program. Requires a Microsoft compatible mouse.
  284.  
  285. If you can't find them in the public domain, they're available 
  286. from us for $35.00 each. 
  287.  
  288. Legal dogma
  289. -----------
  290. The author assumes no responsibility for any damage or loss 
  291. caused by the use of these programs, however it comes down. If 
  292. you can think of a way a picture program can cause you damage 
  293. or loss you've a sneakier mind than mine.
  294.  
  295. All the trademarks used herein are registered to whoever it is 
  296. that owns them. This notification is given in lieu of any 
  297. specific list of trademarks and their owners, which would not be 
  298. as inclusive and would probably take a lot longer to type. 
  299.  
  300. That's it...
  301.  
  302.